/*重置样式*/
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{ margin:0; padding:0;}
fieldset,img{ border:0;}
a{text-decoration:none;}
a:hover{text-decoration:none;cursor: pointer;}
q:before,q:after{ content:'';}
abbr[title]{ border-bottom:1px dotted; cursor:help;}
address,cite,dfn,em,var{ font-style:normal;}
legend{ color:#000;}
code,kbd,samp{ font-family:"Courier New",monospace;}
hr{ border:none; height:1px;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
ol,ul {list-style:none outside none;}
li {list-style: none;}
input, select, textarea, button { font-size: 100%; line-height: inherit;}
button { cursor: pointer;}
table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup { text-align: inherit; line-height: inherit;	font-size: 100%; }
thead {display: table-header-group;}
tbody {display: table-row-group;}
tfoot {display: table-footer-group;}
tr {display: table-row;}
th,td {display: table-cell;}
caption {display: table-caption;}
col {display: table-column;}
colgroup {display: table-column-group;}

body{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif
}

.top{
	background-color: #f6f7fb;
}

.middleContainer{
	position: absolute;
	top: 80px;
	bottom: 110px;
	width: 100%;
	background: url(../img/bg.png) no-repeat center;
	background-size: 100% 100%;
	/*background: -webkit-linear-gradient(left, #136be9, #7264f5); 
    background: -o-linear-gradient(right,#136be9, #7264f5); 
    background: -moz-linear-gradient(right, #136be9, #7264f5);
    background: linear-gradient(to right, #136be9, #7264f5);*/
	overflow: hidden;
	
}
.main{
	/*position: relative;*/
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

/*.pattern{
	margin-top: -60px;
	width: 850px;
	display: block;
	float: left;
}*/

.loginForm{
	position: absolute;
	float: right;
	width: 330px;
	box-sizing: border-box;
	padding: 15px 15px 10px;
	background-color: #f3f3f3;
	top: 50%;
	transform: translateY(-50%);
	right: 7%;
	
}

.loginTitle{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
}

.inputWrapper{
	width: 280px;
	position: relative;
	background-color: #ffffff;
	margin: 0 auto 10px;
	border-radius: 30px;
}

.inputWrapper input{
	box-sizing: border-box;
	padding:10px 20px 10px 40px;
	width: 100%;
	outline: none;
	border-radius: 30px;
	border-style: none;font-size: 12px;
	height: 40px;
}

.inputWrapper input::-webkit-input-placeholder{
	font-size: 12px;
    color:#999;
}
.inputWrapper input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 12px;
    color:#999;
}
.inputWrapper input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 12px;
    color:#999;
}
.inputWrapper input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 12px;
    color:#999;
}

.loginForm .inputWrapper:nth-of-type(3){
	padding-right: 70px;
}

.inputIcon{
	display: inline-block;
	z-index: 2;
	position: absolute;
	top:50%;
	left: 7%;
	transform: translateY(-50%);
}

.yzm{
	display: inline-block;
	height: 38px;
	z-index: 2;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 68%;
}

.bottomWrapper{
	position: relative;
	overflow: hidden;
	margin: 0px auto 13px;
	padding: 0 20px;
}

.bottomWrapper a {
	display: inline-block;
	font-size: 15px;
	color: #1377e5;
	position: relative;
	float: left;
}

.bottomWrapper a:last-child{
	float: right;
	color: #333333;
}

.loginForm .btn{
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background-color: #ffffff;
	margin: 10px auto 10px;
	border-radius: 30px;
	border: 1px solid transparent;
	outline: none;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}
.btn:focus{
	outline: none;
}


/*注册页*/

/*.registerContainer{
	background-color: #F6F7FB;
}*/
.registerMid{
	background-color: #F6F7FB;
	padding: 40px 0;
}

@media screen and (min-width: 1900px) {
	.registerMid{
		background-color: #F6F7FB;
		padding: 40px 0 71px;
	}
}
.registerWrapper{
	width: 1200px;
	margin: 0 auto;
}
.registerMain{
	margin: 0 40px;
	background-color: #fff;
	border:solid 1px #eeeeee;
}

.registerMain > img {
	display: block;
	margin: 60px auto;
}


.registerForm,.registerPic {
	min-height: 438px;
}

.formLine{
	position: relative;
	width: 500px;
	margin: 0 auto;
}
.formLine > span {
	display: inline-block;
	color: #333333;
	font-size: 13px;
	vertical-align: middle;
	line-height: 50px;
	
}

.formLine > span > i {
	color: red;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 2px;
}

.formLine > input {
	width: 400px;
	float: right;
	padding: 15px 20px;
	border-radius: 22px;
	outline: none;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
}
.formLine > select {
	width: 400px;
	float: right;
	padding: 15px 20px;
	border-radius: 22px;
	outline: none;
	border: 1px solid #e7e7e7;
	margin-bottom: 25px;
}

.formLine input::-webkit-input-placeholder{
	font-size: 13px;
    color:#999;
}
.formLine input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	font-size: 13px;
    color:#999;
}
.formLine input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	font-size: 13px;
    color:#999;
}
.formLine input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	font-size: 13px;
    color:#999;
}

/*.register_yzm{
	display: inline-block;
	position: absolute;
	top: 15%;
	left: 84%;
}*/
.formLine:nth-of-type(4) input{
	padding-right: 100px;
}

.nextStep {
	width: 150px;
	display: block;
	margin: 20px auto 40px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 22px;
	outline: none;
	border: solid 1px #f6f6f6;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}


.registerWrapper .registerForm:nth-child(3) .formLine{
	width: 600px;
}



.radioGroupLine {
	width: 200px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
}

.radioGroupLine .radioTitle{
	font-size: 14px;
	margin-right: 20px;
}

.radioGroupLine label{
	margin-right: 20px;
}

.formLine > input[type="radio"] {
	float: none;
	display: inline-block;
	vertical-align:middle; 
	margin-top:-2px; 
	margin-bottom:1px;
	width: 20px;
}
.a-radio{
    display: none;
}
.b-radio{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:50%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.b-radio:before{
    content: '';
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #1377e5;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -5px;
    margin-top: -5px;
    border-radius: 50%;
    display: none;
}
.a-radio:checked~.b-radio:before{
    display: block;
}

.regBottomWrapper{
	width: 700px;
	position: relative;
	text-align: right;
	overflow: hidden;
	margin: 0 auto 20px;
	padding: 0 30px;
}

.registerWrapper .registerForm:nth-child(2) .nextStep{
	margin-top: 50px;
}

.regBottomWrapper span{
	font-size: 12px;
	color: #b0b0b0;
}

.regBottomWrapper label a{
	font-size: 12px;
	text-decoration: underline;
	color: #0075e8;
}


.a-checkbox{
    display: none;
}
.b-checkbox{
    display: inline-block;
    border:1px solid #ccc;
    width:16px;
    height: 16px;
    border-radius:none;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}
.b-checkbox:before{
    content:'\2714';
    /*font-size: 0;*/
    width: 10px;
    height: 10px;
    color: #1377e5;
    position: absolute;
    left:50%;
    top:50%;
    transform: translateY(-40%);
    margin-left: -5px;
    margin-top: -5px;
    /*border-radius: 2px;*/
    display: none;
}
.a-checkbox:checked~.b-checkbox:before{
    display: block;
}

/*忘记密码*/
.forgetPasswordTitle{
	font-size: 20px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin: 50px 0px;
}

.registerMain .registerForm .forgetPasswordLine > span{
	width: 150px;
	text-align: right;
}

.registerMain .registerForm .forgetPasswordLine input:nth-child(2){
	padding-right: 100px;
}

/*个人中心*/

.mid{
	background-color: #F6F7FB;
	padding-top: 20px;
}

.personalMid{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	/*display: box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;*/
	/*-webkit-align-items: stretch;-moz-align-items: stretch;-ms-align-items: stretch;-o-align-items: stretch;align-items: stretch;*/
}

.slider{
	/*position: absolute;*/
	padding-bottom: 10px;
	width: 250px;
	min-height: 700px;
	/*height: 700px;*/
	background-color: #fff;
	margin-bottom: 20px;
	float: left;
}

.navTitle{
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 15px;
	border-left: 3px solid #0075e8;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
}

.nav-slider{
	border-top: solid 1px #f2f2f2;
}

.nav-slider li{
}
.nav-stacked>li+li{
	margin-top: 0px;
}
.nav-slider li a{
	font-size: 16px;
	color: #333;
	border-radius: 0;
}


.nav-slider li a:focus{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}

.nav-slider li a:hover{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}

.nav-slider li a:active{
	color: #ffffff;
	background-color: #0075e8;
	border-radius: 0;
}


.personalMain{
	width:930px;
	min-height: 800px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding: 0 20px;
	float: left;
	background-color: #fff;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mainHeader {
	font-weight: bold;
	padding: 12px 0;
	font-size: 16px;
	color: #333333;
	border-bottom: solid 2px #f2f2f2;
}
.mainHeader span{
	padding-right: 10px;
	border-bottom: solid 2px #1377e5;
	padding-bottom: 12px;
}

.formClass{
	margin-top: 20px;
	overflow: hidden;
}

.formInline{
	float: left;
	margin-bottom: 20px;
}

.formGroup{
	float: left;
}

.formGroup label ,.formGroup span{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

.formSelect,.formGroup input{
	width: 150px;
	padding: 5px;
	margin: 0 15px;
	border: solid 1px #e5e5e5;
}

.tcal{
	border: solid 1px #e5e5e5;
}

.formSelect{
	padding: 7px 5px;
}

.rightSearchBtn{
	width: 150px;
	padding: 5px;
	border-radius: 19px;
	float: right;
	color: #FFFFFF;
	font-size: 16px;
	outline: none;
	border: none;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}

.bottomTable{
	font-size: 14px;
	color: #666;
	text-align: center;
}

.bottomTable thead tr{
	background-color: #fafbfe;
}


.warnTd{
	color: #ff9804;
}
.dangerTd{
	color: #d50303;
}
.successTd{
	color: #0a9f2d;
}

.personalInfo{
	border: solid 1px #e5e5e5;
	margin-top: 20px;
	margin-bottom: 20px;
}

.personalLine{
	padding: 20px;
}

.personalLine .personName{
	width: 80px;
	display: inline-block;
	font-size: 14px;
	color: #999999;
}

.personalLine .personInfos{
	font-size: 14px;
	color: #333333;
}

.changeBtn{
	display: inline-block;
	text-align: center;
	margin-top: 20px;
	padding: 10px 20px;
	border-radius: 19px;
	color: #FFFFFF;
	background: -webkit-linear-gradient(left, #1377e5 , #13a2e5); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1377e5 , #13a2e5); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1377e5 , #13a2e5); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1377e5 , #13a2e5); /* 标准的语法（必须放在最后）*/
}
.changeBtn img{
	vertical-align: text-bottom;
	margin-right: 10px;
}

.changeBtn:hover{
	text-decoration: none;
	color: #FFFFFF;
}

.changeBtn:link{
	text-decoration: none;
	color: #FFFFFF;
}

.personalForm{
	width: 500px;
	margin: 0 auto;
	padding: 10px 15px;
    outline: none;
}
.personalForm .btn{
	width: 200px;
	padding: 7px 4px;
	color: #FFFFFF;
}
.inputTip{
	position: absolute;font-size: 12px;color: #ff2531;right: 15px;
}
.yanz{
	display: block;
	float: right;
	margin-left: 10px;
	width: 90px;
	padding-top: 3px;
}

.loginTips{
	width: 280px;
	margin: 0 auto;
	height: 40px;
	border: 1px solid #f08a42;
	background-color: #fdfceb;
	background: #fdfceb url(../img/tips_icon.png) no-repeat 15px center;
	border-radius: 20px;
	font-size: 13px;
	color: #31312f;
	padding: 0px 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.nodata{
	width: 100%;
	padding-top: 60px;
	text-align: center;
}
.nodata > p{
	font-size: 16px;
	color: #333;
	margin-top: 20px;
}
.register_input:focus{
	border: 1px solid #117eea;
}

.messageTable{
	margin: 20px  0 0 0;
}
.messageTable>thead>tr>th{
	background: #fafbfe;
	border-bottom: 1px;
}
table>thead>tr>th,
table>tbody>tr>td{
	vertical-align: middle !important;
    text-align: center;
}
table>tbody>tr>td:nth-child(3){
    text-align: center;
}
.table>tbody>tr>td{
	padding: 15px 10px 15px 10px;
}
table>tbody>tr>td:nth-child(3) span{
   color:#fc683d ;
}

table>tbody>tr>td:nth-child(4) a:last-child{

color: #666666;}
.zhanghuwap{border: 1px solid #E6E6E6;height: 200px;margin:20px 0 }
.zhanghu_tou{float: left;margin: 45px 35px 0 50px;text-align: center}
.zhanghu_tou a p{color: #3172DE;font-size: 14px;margin-top: 10px}
.zhanghao_touR{float: left;width: 700px; margin: 20px 0 0 0}
.zhanghao_touR li{color: #333;font-size: 16px; line-height: 40px;position: relative}
.zhanghao_touR li.zhanghao_touRone{border-bottom: 1px dotted #E6E6E6}
.zhanghao_touR li.zhanghao_touRone b{color: #3172DE;font-weight: 100}
.zhanghao_touR li:nth-child(2) span:first-child{color: #BD0D0C;font-size: 24px;}
/*.zhanghao_touR li:nth-child(2) span:nth-child(2){background: url(../img/zhanghu_rz3.png) no-repeat left center;display: inline-block;padding-left:20px;margin-right: 15px;margin-left: 20px;color:#999;}*/
/*.zhanghao_touR li:nth-child(2) span:nth-child(2).rz_wancheng{background: url(../img/zhanghu_rz3_1.png) no-repeat left center;}*/
.zhanghao_touR li a,.applyChangeAuth{color:#A4A8BD;width: 102px;border: 1px solid #A4A8BD;border-radius: 4px; height: 28px;font-size: 14px;display: inline-block;text-align: center;line-height: 28px }
.zhanghao_touR li:nth-child(3) span{color:#999;display: inline-block;padding-left:20px;margin-right: 15px  }
.zhanghao_touR li:nth-child(3) span:nth-child(2){background: url(../img/zhanghu_rz1.png) no-repeat left center;}
.zhanghao_touR li:nth-child(3) span:nth-child(4){background: url(../img/zhanghu_rz3.png) no-repeat left center;background-size:16px 16px;}
.zhanghao_touR li:nth-child(3) span:nth-child(3){background: url(../img/zhanghu_rz2.png) no-repeat left center;}
.zhanghao_touR li:nth-child(3) span:first-child{background: url(../img/registerbusinessgrey.png) no-repeat left center;background-size:16px 16px;}
.zhanghao_touR li:nth-child(3) span:nth-child(2).rz_wancheng{background: url(../img/zhanghu_rz1_1.png) no-repeat left center;}
.zhanghao_touR li:nth-child(3) span:nth-child(4).rz_wancheng{background: url(../img/zhanghu_rz3_1.png) no-repeat left center;background-size:16px 16px;}
.zhanghao_touR li:nth-child(3) span:nth-child(3).rz_wancheng{background: url(../img/zhanghu_rz2_1.png) no-repeat left center;}
.zhanghao_touR li:nth-child(3) span:first-child.rz_wancheng{background: url(../img/registerbusinessblue.png) no-repeat left center;background-size:16px 16px;}
.zhanghao_touR li:nth-child(4) span{color:#999 }
.zhanghuwap_list{width: 160px;height: 170px;background:#F7F7F7;text-align: center;position: relative;color: #333;border-radius: 15px;font-size: 14px;float: left; margin:20px 90px 0 0 }
.zhanghuwap_list:last-child{float: right;margin-right: 0}
.zhanghuwap_list .zhanghuwap_listR{position: absolute;top:6px;right: 6px}
.zhanghuwap_list .zhanghuwap_listTU{ margin:20px auto 10px}
.zhanghuwap_list p{color: #4d4d4d}
.zhanghuwap_list p.zhanghuwap_listshu{font-size: 24px; color:#BD0D0C }
.zhanghao_touR li a{position:absolute; right: 90px;top:4px }

.zhanghuPrivacyWap{margin:20px 0;}
.zhanghuPrivacyTitle ul{border-bottom: 1px solid #F2F2F2;margin-bottom: 10px;overflow: hidden }
.zhanghuPrivacyTitle li{ line-height: 30px;margin-right: 30px;float: left;color:#999;cursor: pointer}
.zhanghuPrivacyTitle li.active{border-bottom: 1px solid #0076ED}
#zhanghuPrivacylist{border: 1px solid #E6E6E6;height: 230px;margin:20px 0 }
.zhanghuPrivacylist2 h4{color: #333;font-size: 16px;margin:15px 0 15px 15px }
.zhanghuPrivacylist2 ul{margin: 0 15px}
.zhanghuPrivacylist2 ul li{line-height: 40px;color: #999;font-size: 14px}
.zhanghuPrivacylist2 ul li span{color: #666}
.zhanghuPrivacylist2 ul li span a{color:#0076ED}
.zhanghuPrivacylist2 ul li img{ margin:0px 0 0 10px}
.zhanghuPrivacylist2{border: 1px solid #E6E6E6;;margin:20px 0;font-size: 14px }
.zhanghuPrivacylist2 table{width: 90%; margin: 15px auto}
.zhanghuPrivacylist2 table td{ border-bottom: 1px dotted #E6E6E6;padding: 15px 20px;color: #333}
.zhanghuPrivacylist2 table td a{color: #3172DE !important;}
.zhanghuPrivacylist2 table td p{line-height: 25px;color:#666 }
.zhanghuPrivacylist2 table td p b{color: #3172DE;font-weight: 100}
.zhanghuPrivacylist2 span.zhanghao_baohuwei{display: inline-block; background: url(../img/zhanghao_wei.png) no-repeat left center;padding-left: 20px}
.zhanghuPrivacylist2 span.zhanghao_baohudui{display: inline-block; background: url(../img/zhanghao_dui.png) no-repeat left center;padding-left: 20px;color: #3172DE}
.zhanghao_midengji b{display: inline-block;padding: 2px 14px;background: #28BA40;color: #fff;margin: 0 10px 0 0}
.zhanghao_midengji b:nth-child(2){background: #FAAF25;}
.zhanghao_midengji b:nth-child(3){background: #D4D4D4;}
.applyChangeAuth{float: right;}

.zhanghao_level b{display: inline-block;padding: 2px 14px;background: #D4D4D4;color: #fff;margin: 0 10px 0 0}
